All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.PartialResultException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.PartialResultException

public class PartialResultException
extends NamingException
This exception is raised to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed. For example, when listing a context, this exception indicates that returned results only represents some of the bindings in the context.


Constructor Index

 o PartialResultException()
Constructs a new instance of PartialResultException.
 o PartialResultException(String)
Constructs a new instance of the exception using the explanation message specified.

Constructors

 o PartialResultException
 public PartialResultException(String explanation)
Constructs a new instance of the exception using the explanation message specified.

Parameters:
explanation - Detail explaining the exception.
 o PartialResultException
 public PartialResultException()
Constructs a new instance of PartialResultException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index